home *** CD-ROM | disk | FTP | other *** search
- Short: (v1.7) Adds SEARCH function and more to YAM with MuiRexx GUI
- Uploader: dwhiting@europa.com (Dick Whiting)
- Author: dwhiting@europa.com (Dick Whiting)
- Type: comm/mail
- Version: V1.7 Variety of changes -- read Changes
- Replaces: comm/mail/YamTools*
-
-
- !!!! WARNING !!!! This version will NOT work with MuiRexx3.0
-
- I will be updating soon, but it may be a few weeks.
- So, until then continue to use MuiRexx2.2
-
-
- Copyright ©1997 by Dick Whiting
-
-
- Standard Disclaimer: I wrote it, it works for me, I don't guarantee
- that it will do anything productive for anyone else, etc. etc. ;-)
-
- HOWEVER, if you do find a use for it: I homeschool my kids and they would
- love a postcard from where EVER you live. Instant Geography Lesson;)
-
- Postcards: Dick Whiting
- 28590 S. Beavercreek Rd.
- Mulino, Oregon 97042
- USA
-
- Email: Dick Whiting <dwhiting@europa.com>
-
-
- Basics
- ---------
-
- This program adds a SEARCH function to YAM. It also allows you to run
- ARexx scripts against selected folders, selected mail, or all mail in
- selected folders.
-
- Several useful extra scripts included.
-
- There is bubble help available for all gadgets, lists, etc. Place the
- pointer above the item and wait;)
-
- There is also context sensitive help to this guide by pressing help with
- the pointer over a gadget.
-
-
- Requirements
- ---------------
-
- You will need several programs from Aminet:
-
- FlashFind by Frank Würkner - util/cli/FlashFind1.2.lha
-
- MuiRexx by Russell Leighton - dev/mui/MUIRexx_2_2.lha
-
- And, of course, Marcel Beck's wonderful YAM mail software
-
- FILES INCLUDED IN THIS ARCHIVE:
-
- YamTools.rexx - the REAL program.
- YamTools.info - for running from an icon
- YamTools.gif - what mine looks like..comments?
- YamTools.guide - this documentation
- YamTools.guide.info - multiview guide
- StartYamTools.rexx - starts YamTools from YAM ARexx menu item.
- StopYamTools.rexx - stops YamTools from YAM ARexx menu item.
- ReadMe - short starter version
-
- arexxqsort.lha - handles sorting of stem variables.
- by Willy Langeveld - originally found on Aminet
-
- Extras:
-
- ReDate.rexx - change date of mail to received date
- UnMime.rexx - convert Quoted-Printable to 8bit
- YAM2IB.rexx - display text/html using IBROWSE
-
- YTArchive.rexx - archive selected incoming mail
- YTArcMove.rexx - archive/move from ANY folder to archives
- YTArc2Sent.rexx - move SENT mail back to SENT folder
- YTDelete.rexx - delete selected mail
- YTDeDup.rexx - locate & delete duplicate mail
- YTDeSim.rexx - locate & delete similar mails
- YTReFormat.rexx - rewrap badly wrapped lines, unquote lines,
- requote lines, other uses.
-
- YTHide.rexx - iconifies Yam and YamTools
- YTShow.rexx - uniconifies Yam and YamTools
- YTQuit.rexx - quit both Yam and YamTools
-
- v1.7 Fixes and Changes:
-
- !!WARNING!! This version will NOT work with MuiRexx3.0
- I will be updating soon, but it may be a few weeks.
- So, until then continue to use MuiRexx2.2
-
- ***NEW*** Added an option to the System Configuation page to read
- the folder list from Yam:.config. This is much faster, but you lose
- the count of how many mail are in each folder. Uncheck this gadget
- to use Yam:.config instead of the old way.
-
- Made a bunch of changes to allow for providing translated versions
- of YamTools and the extras. If you would be interested in doing a
- translation, contact me.
-
- ***NEW*** Replaced YTReWrap with a new one--YTReFormat.
- This one does the same things, only better, and adds an option
- for removing quoting. Maybe later adding styling, and ...
- See `Extra Scripts' for how to set up.
-
- ***NEW*** I added an option to have YamTools appear as two
- separate windows. This allows for configuring each window
- individually. See `System' for a little more information.
-
- ***CHANGE*** YamTools.config should now be placed in the same
- directory as YamTools.rexx. Re-Read `How To Get Started'.
- This removes the requirement of ANYTHING being in Yam:Rexx.
-
- ***CHANGE*** YamTools.guide should now be placed in the same
- directory as YamTools.rexx. Re-Read `How To Get Started'.
- This removes the requirement of ANYTHING being in Yam:Rexx.
-
- Fixed defaults for SHOWPAGES and DELAY archive loading.
- Hope Stefan recovers from wondering where the lists went;)
-
- Minor cosmetic fixes here and there. (Don't remember where)
-
- Corrected documentation for ReDate. Please reread.
-
- Added UnMime.rexx to distribution
- UnMime.rexx converts mail from Quoted-Printable to 8 bit.
- This makes the mail readable and editable from outside of YAM.
- It will also make ReWrapping and Searching work MUCH better.
- See `Extra Scripts' for how to set up.
-
- Added YTHide.rexx, YTShow.rexx, and YTQuit.rexx to distribution.
- These allow for hiding/quitting YAM and YamTools at the same
- time. YTShow will uniconify both YAM and YamTools.
- See `Extra Scripts' for how to set up.
-
-
- See History in YamTools.guide for complete information.
-